projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4db245
)
fixup! test-switchroot.sh: Find ostree-prepare-root in installed tests
author
Alex Kiernan
<alex.kiernan@gmail.com>
Mon, 30 Dec 2019 13:28:35 +0000
(13:28 +0000)
committer
Alex Kiernan
<alex.kiernan@gmail.com>
Mon, 30 Dec 2019 13:28:35 +0000
(13:28 +0000)
tests/test-switchroot.sh
patch
|
blob
|
history
diff --git
a/tests/test-switchroot.sh
b/tests/test-switchroot.sh
index 2adaa0ac52343f1044664564ad656a19a84dc7dc..c472fe54e02d8e300b9fad08364ecf371d5a8c6d 100755
(executable)
--- a/
tests/test-switchroot.sh
+++ b/
tests/test-switchroot.sh
@@
-140,7
+140,7
@@
if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
[ -f /bin/busybox ] || \
skip "this test needs busybox"
-
[ -n "${OSTREE_PREPARE_ROOT}" ] || \
+ [ -n "${OSTREE_PREPARE_ROOT}" ] || \
skip "this test needs ostree-prepare-root"
echo "1..3"